home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Die Ultimative Software-P…i Collection 1996 & 1997
/
Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso
/
m
/
magazin
/
straight.2
/
basic
/
p_q
/
polyfill.lst
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
File List
|
1996-09-18
|
404 b
|
23 lines
PRINT " POLYFILL Beispiel " ! 1/92"
'
DIM x(10),y(10)
yt%=MIN(2,3-XBIOS(4))
GRAPHMODE 3
DO UNTIL MOUSEK OR LEN(INKEY$)
FOR i=0 TO 9
x(i)=RANDOM(100)+56*i
y(i)=RANDOM(280/yt%)+40/yt%
NEXT i
x(i)=x(0)
y(i)=y(0)
aa=INT(RND*5)+1
bb=INT(RND*24)
cc=RANDOM(5)+1
DEFMARK ,aa,80
DEFFILL 1,2,bb
DEFLINE cc,1,2,2
POLYFILL 9,x(),y()
POLYFILL 9,x(),y()
LOOP
EDIT